SequenceVariableDeclaration Class

Represents declare sequence variables used to number items within an OpenDocument text document.Sequence variables are commonly used for sequential numbering. However, expression formulas can be included in sequence fields to support more advanced sequences.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class SequenceVariableDeclaration
Inheritance
Object    SequenceVariableDeclaration

Constructors

SequenceVariableDeclaration Initializes a new instance of the SequenceVariableDeclaration class.

Properties

Name Contains the unique name of a variable to be declared.
OutlineLevel Specifies the numbering of a sequence by chapter. This attribute specifies an outline level that determines which chapters to reference for the chapter-specific numbering. All chapters that are at or below the specified outline level reset the value of the sequence to zero, the default value. The chapter number of the last chapter at or below the specified outline level is prefixed to the sequence number. Choosing an outline level of zero results in a straight sequence of all sequence elements for that sequence variable.
SeparationCharacter Specifies the character used to separate values representing levels in an outline.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current SequenceVariableDeclaration object to its equivalent string representation.
(Overrides ObjectToString)

See Also